commonlibsse_ng\re\s/
SoundLevel.rs

1#[commonlibsse_ng_derive_internal::ffi_enum]
2#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
3#[repr(u32)]
4pub enum SOUND_LEVEL {
5    Loud = 0,
6    Normal = 1,
7    Silent = 2,
8    VeryLoud = 3,
9    Quiet = 4,
10}